You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > WriteHeader Method > Matrix.WriteHeader Method ([In] Stream, TPrecision, TRounding)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.WriteHeader Method ([In] Stream, TPrecision, TRounding)

Writes the header information for the calling Matrix to a stream.

Syntax
C#
Visual Basic
public void WriteHeader([In] Stream Dst, TPrecision Precision, TRounding Rounding);

Writes the header information for the calling object to a DstStream stream. The header information contains information about object (size, complex, type of values in Values array, ...) which all define the state of the object. Number type is defined by the Precision parameter. Rounding defines the rounding for integer types. When saving double precision as single precision, all overflows are saved as INF (-INF). When saving to integer types all overflows are clipped.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!